@charset "utf-8";
/*--京home.css--*/

/*PC表示ここから*/
.home_catch_wrap {
	clear: both;
	background: url(/web/20240616131516im_/https://seimeibunseki.org/images/home_catch_bg.jpg) top center no-repeat #f0f8fb;
}
	#home_catch_img {
		width: 910px;
		height: 304px;
		margin: 0 auto;
		padding: 26px 30px 0;
		position: relative;
	}
		#home_catch_img li {
			padding:3px;
		}
		#home_catch_img li img {
			vertical-align: middle;
			box-shadow:0px 0px 6px 0px #b6e1ea;
			-moz-box-shadow:0px 0px 6px 0px #b6e1ea;
			-webkit-box-shadow:0px 0px 6px 0px #b6e1ea;
		}
		#home_catch_txt {
			position: absolute;
			top: 50%;
			margin-top: -50px ;
			right: 0;
		}

#h_main_contents {
	width: 950px;
	overflow: hidden;
	margin: 80px auto 0;
}
	#h_main_txt {
	}
		#h_main_txt > h3 {
			width: 450px;
			float: left;
			margin-bottom: 30px;
		}
		#h_main_txt > p {
			width: 450px;
			line-height: 3em;
		}
	#h_main_img {
		width: 450px;
		float: right;
	}
.link_btn {
	clear: both;
	text-align: center;
	padding: 50px 0;
	margin: 0 0 40px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
	.link_btn a {
		display: inline-block;
		width: 200px;
		height: 35px;
		line-height: 35px;
		background: #fff;
		text-decoration: none;
		border: 1px solid #9f9f9f;
	}
	
	.link_btn a.hvr-sweep-to-right:before{
		background: #f0f8fb;
	}
	
	
	.link_btn a:hover{
		border: 1px solid #19a0b4;
		text-shadow:1px 0 0 #0b3684;
	}

/* お知らせ */
#home_news {
	width: 630px;
	float: left;
}
	.home_news_header {
		border-bottom: 1px solid #000;
		padding: 0 10px 15px;
		margin-bottom: 10px;
	}
		.home_news_header h2 {
			display: inline-block;
		}
		.goto_news {
			margin-top: 10px;
			float: right;
		}
			.goto_news a {
				display: block;
				-webkit-transition: background .5s ease;
				-moz-transition: background .5s ease;
				transition: background .5s ease;
				text-decoration: none;
			}
			.goto_news a:hover {
				opacity: 0.7;
			}
	.home_news_inner {
		clear: both;
	}
		.home_news_inner li {
			padding: 15px;
			overflow: hidden;
			border-bottom: 1px solid #e5e5e5;
		}
			.nw_date {
				width: 90px;
				overflow: hidden;
				margin-right: 25px;
				text-align: right;
				color: #19a3b0;
				font-weight: bold;
				float: left;
			}
			.nw_ttl {
				width: 485px;
				overflow: hidden;
				float: left;
			}
				.nw_ttl a {
					color: #333;
					text-decoration: underline;
				}
				.nw_ttl a:hover {
					color: #337ab7;
				}
				.nw_ttl.new {
				}
				.nw_ttl.new:after {
					content: "NEW";
					color: #fff;
					padding: 0 10px;
					font-size: 11px;
					height: 18px;
					line-height: 18px;
					background: #f6359e;
					border-radius: 25px;
					-webkit-border-radius: 25px;
					-moz-border-radius: 25px;
					position: relative;
					top: -1px;
					margin-left: 10px;
				}
/* バナー */
#home_bnr {
	width: 240px;
	overflow: hidden;
	float: right;
}
	#home_bnr_inner {}
		#home_bnr_inner ul {}
			#home_bnr_inner ul li {
				margin-bottom: 15px;
			}
			#home_bnr_inner ul li:last-child {
				margin-bottom: 0;
			}
			#home_bnr_inner ul li a {
				display: block;
				-webkit-transition: all .5s ease;
				-moz-transition: all .5s ease;
				transition: all .5s ease;
			}
			#home_bnr_inner ul li a:hover {
				opacity: 0.7;
			}

/*PC表示ここまで*/

@media screen and (max-width : 767px){
/*タブレット表示ここから*/
/*タブレット表示ここまで*/
}

@media screen and (max-width: 479px) {
/*スマホ表示ここから*/
.home_catch_wrap {
	overflow: hidden;
	padding: 10px 0 15px;
	background-size: cover;
	margin-bottom: 1em;
}
	#home_catch_img {
		width: inherit;
		height: inherit;
		margin: 0 auto;
		padding: 5px;
		position: inherit;
		overflow: hidden;
	}
	#home_catch_img ul {
		width: 40%;
		float: left;
		margin: 0 auto;
	}
		#home_catch_img img {
			vertical-align: middle;
		}
		#home_catch_txt {
			width: 55%;
			padding-right: 5px;
			float: right;
			position: inherit;
			top: inherit;
			margin: 25px auto;
			right: inherit;
		}

#h_main_contents {
	clear: both;
	width: inherit;
	overflow: hidden;
	margin: 1.5em auto 0;
	padding: 10px;
}
	#h_main_txt {
	}
		#h_main_txt > h3 {
			width: 70%;
			margin-bottom: 1.5em;
			float: none;
		}
		#h_main_txt > p {
			width: inherit;
			line-height: 1.5em;
		}
	#h_main_img {
		width: 45%;
		margin: 0 0 0.5em 0.5em;
	}
.link_btn {
	padding: 1.5em 0;
	margin: 0 0 2em;
}
	.link_btn a {
		color: #333;
		width: inherit;
		height: 25px;
		padding: 0 15px;
		line-height: 21px;
	}
	
	.link_btn a.hvr-sweep-to-right:before {}
	
	.link_btn a:after {
		content: "\f105";
		font-family: FontAwesome;
		font-size: 20px;
		margin-left: 10px;
		position: relative;
		top: 2px;
	}
	.link_btn a:hover {
		color: #333;
		text-shadow: none;
	}


/* お知らせ */
#home_news {
	width: 100%;
	float: none;
	margin-bottom: 2em;
}
	.home_news_header {
		padding: 0 10px 5px;
		margin-bottom: 0;
	}
		.home_news_header h2 {
			font-size: 1.5em;
		}
		.goto_news {
			margin-top: 10px;
			float: none;
			text-align: right;
		}
		.goto_news a {
			height: 20px;
			line-height: 22px;
			display: inline-block;
			padding: 2px 24px 2px 15px;
			font-size: 0.9em;
			background: url(/web/20240616131516im_/https://seimeibunseki.org/shared/icn_arr_01.png) right 11px bottom 6px no-repeat;
			border: 1px solid #333;
			color: #333;
		}
	.home_news_inner {
		clear: both;
	}
		.home_news_inner li {
			padding: 10px 5px;
			overflow: hidden;
			border-bottom: 1px solid #e5e5e5;
		}
			.nw_date {
				width: inherit;
				margin-right: 0;
				text-align: inherit;
				float: none;
			}
			.nw_ttl {
				width: inherit;
				overflow: hidden;
				float: none;
			}
			.nw_ttl.new:after {
				content: "NEW";
				padding: 2px 10px;
				font-size: 11px;
				height: 18px;
			}

/* バナー */
#home_bnr {
	width: 100%;
	overflow: hidden;
	float: none;
	margin-bottom: 2em;
}
	#home_bnr_inner {}
		#home_bnr_inner ul {
			font-size: 0;
		}
			#home_bnr_inner ul li {
				width: 48%;
				display: inline-block;
				padding: 1%;
				margin-bottom: 0;
			}
			#home_bnr_inner ul li:last-child {}


/*スマホ表示ここまで*/
}
/*
     FILE ARCHIVED ON 13:15:16 Jun 16, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:23:40 May 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.765
  load_resource: 163.004
  PetaboxLoader3.resolve: 105.376
  PetaboxLoader3.datanode: 43.498 (2)
  loaddict: 36.482
*/